- da_jwt_add_grant
alias da_jwt_add_grant = int function(jwt_t* jwt, const(char)* grant, const(char)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_add_grant_int
alias da_jwt_add_grant_int = int function(jwt_t* jwt, const(char)* grant, long val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_add_grants_json
alias da_jwt_add_grants_json = int function(jwt_t* jwt, const(char)* json)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_decode
alias da_jwt_decode = int function(jwt_t** jwt, const(char)* token, const(char)* key, int key_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_del_grant
alias da_jwt_del_grant = int function(jwt_t* jwt, const(char)* grant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_del_grants
alias da_jwt_del_grants = int function(jwt_t* jwt, const(char)* grant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_dump_fp
alias da_jwt_dump_fp = int function(jwt_t* jwt, FILE* fp, int pretty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_dump_str
alias da_jwt_dump_str = char* function(jwt_t* jwt, FILE* fp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_dup
alias da_jwt_dup = jwt_t* function(jwt_t* jwt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_encode_fp
alias da_jwt_encode_fp = char* function(jwt_t* jwt, FILE* fp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_enocde_str
alias da_jwt_enocde_str = char* function(jwt_t* jwt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_free
alias da_jwt_free = void function(jwt_t* jwt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_get_alg
alias da_jwt_get_alg = jwt_alg_t function(jwt_t* jwt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_get_grant
alias da_jwt_get_grant = const(char)* function(jwt_t* jwt, const(char)* grant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_get_grant_int
alias da_jwt_get_grant_int = long function(jwt_t* jwt, const(char)* grant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_get_grants_json
alias da_jwt_get_grants_json = char* function(jwt_t* jwt, const(char)* grant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_new
alias da_jwt_new = int function(jwt_t** jwt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_jwt_set_alg
alias da_jwt_set_alg = int function(jwt_t* jwt, jwt_alg_t alg, const(char)* key, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.